home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
UTILITY
/
CMDED2E6.ARJ
/
CMDEDIT.CFG
< prev
next >
Wrap
Text File
|
1992-06-30
|
760b
|
32 lines
-CMDEDIT example configuration file by David Abbott
-In addition, I start cmdedit from a batch file with
-the following command line:
-CMDEDIT /c /i /k /w /y /l3 /p" " /fc:\util\cmdedit.cfg
defs cd chd
-Note that chd will change to a new drive if appropriate, and accepts / or \.
-If /p" " option is used, simply preceed cd with a space for DOS version.
defm md
@mkdir %1
cd %1
endm
defs rd @rd
defs f dir/p/w
defs ff dir/p
defs fd dir/p *.
defs pd pushd
defs pop popd
defs rm del
defs cat type
defs .. cd..
defs \ cd\
defs c mode co80
defs c4 mode co40
defs alias defs
defs a cmdstat
-Function key definitions:
defs f0 rstdir
defs sf0 rsthist
-to avoid possible EOF character problems, don't add anything after this line.